Skip to main content

DeleteIpv6EgressOnlyRule

Description

Call the DeleteIpv6EgressOnlyRule interface to delete only the active rule.

Request Method

POST

Request Path

/apsara/route/Vpc/DeleteIpv6EgressOnlyRule

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
Ipv6EgressOnlyRuleIdBODYstringYesipv6py-hp3w98rmlbqp0vfbg****only active rule ID to delete.
regionIdBODYstringYesNo sample value for this parameter.region id
RegionIdBODYstringYescn-huhehaotethe region ID to which the IPv6 gateway belongs.
ClientTokenBODYstringNo123456client token to ensure the idempotence of the request. the parameter value is generated by the client, which must be unique between different requests and the maximum value does not exceed 64 ASCII characters.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75request ID.

Example

Successful Response example

{
"RequestId":"9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}